Making Gateway API as supported in readme and removing useExperimentalGatewayApi deprecated variable#778
Merged
sabrina-ngrok merged 1 commit intomainfrom Mar 12, 2026
Merged
Conversation
…lGatewayApi deprecated variable
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #778 +/- ##
==========================================
- Coverage 50.61% 50.56% -0.06%
==========================================
Files 101 101
Lines 11204 11204
==========================================
- Hits 5671 5665 -6
- Misses 5116 5119 +3
- Partials 417 420 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alex-bezek
reviewed
Mar 12, 2026
| --set log.stacktraceLevel=panic \ | ||
| --set metaData.env=local,metaData.from=makefile \ | ||
| --set useExperimentalGatewayApi=true \ | ||
| --set gateway.enabled=true \ |
Collaborator
There was a problem hiding this comment.
ahh, i think this is what we saw and thought the old one was still used
alex-bezek
approved these changes
Mar 12, 2026
Collaborator
alex-bezek
left a comment
There was a problem hiding this comment.
For the description
Are there any breaking changes in this PR?
yeah, we are removing the old value, we'll just need to document this on the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Change badge from preview to supported for gateway api in readme
Remove deprecated
useExperimentalGatewayApivariableHow
README.md changes
Breaking Changes
Are there any breaking changes in this PR?